home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_inclib.lha / gnu / os-include / proto / input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  232 b   |  13 lines

  1. #ifndef PROTO_INPUT_H
  2. #define PROTO_INPUT_H
  3.  
  4. #include <clib/input_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/input.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Device *InputBase;
  10. #endif
  11.  
  12. #endif
  13.